home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
libraries
/
easylibs.lha
/
EasyLibs
/
include
/
pragmas
/
HelloWorld_pragmas.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-07-07
|
326 b
|
15 lines
#ifndef PRAGMAS_HELLOWORLD_PRAGMAS_H
#define PRAGMAS_HELLOWORLD_PRAGMAS_H
#ifndef CLIB_HELLOWORLD_PROTOS_H
#include <clib/helloworld_protos.h>
#endif
#ifdef PRAGMAS_DECLARING_LIBBASE
extern struct Library *HelloWorldBase;
#endif
#pragma libcall HelloWorldBase HelloWorld 1e 001
#endif /* PRAGMAS_HELLOWORLD_PRAGMAS_H */